home *** CD-ROM | disk | FTP | other *** search
/ The Ring Press Kit / The Ring Press Kit.iso / mac / DLwindow.dxr / 00001_init numbers.ls next >
Encoding:
Text File  |  2001-09-06  |  143 b   |  7 lines

  1. global fileCount, byteCount
  2.  
  3. on initNumbers
  4.   member("message").word[11] = byteCount.string
  5.   member("message").word[4] = fileCount.string
  6. end
  7.